Configurates
C1.Web.Mvc.ChartAxis<T>.MinorUnit. Sets the number of units between minor axis ticks. If the axis contains date values, then the units are expressed in days.
Syntax
'Declaration
Public Function MinorUnit( _
ByVal As Double _
) As ChartAxisBuilder(Of T)
public ChartAxisBuilder<T> MinorUnit(
double
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also